LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

SendNonSecureIscl(Byte[],Int32,Int32) Method








Buffer that holds the data to be sent.
Offset from the beginning of the buffer, at which reading should start.
Size, in bytes, of the data to be sent.
Sends data over an ISCL connection, unsecured. The data is not encrypted and the message has no authentication code. .NET support
Syntax
public void SendNonSecureIscl( 
   byte[] buffer,
   int offset,
   int length
)
'Declaration
 
Public Overloads Sub SendNonSecureIscl( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal length As Integer _
) 
'Usage
 
Dim instance As DicomNet
Dim buffer() As Byte
Dim offset As Integer
Dim length As Integer
 
instance.SendNonSecureIscl(buffer, offset, length)
public void SendNonSecureIscl( 
   byte[] buffer,
   int offset,
   int length
)
ObjectiveC Syntax
 function Leadtools.Dicom.DicomNet.SendNonSecureIscl(Byte[],Int32,Int32)( 
   buffer ,
   offset ,
   length 
)
public:
void SendNonSecureIscl( 
   array<byte>^ buffer,
   int offset,
   int length
) 

Parameters

buffer
Buffer that holds the data to be sent.
offset
Offset from the beginning of the buffer, at which reading should start.
length
Size, in bytes, of the data to be sent.
Remarks
The non-secure send is the fastest method of transmitting data over an ISCL connection. It is faster than the normal send/receive process and has no encryption and no message authentication codes.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomNet Class
DicomNet Members
Overload List
SendNonSecureIscl(IntPtr,Int32) Method
OnNonSecureSendIscl Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features